Operation id | Quotas.RecomputeStatistics |
Category | Quotas |
Label | Recompute quota statistics on documents, optionally only for a tenant, user or path |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | string |
Implementation Information
JSON Definition
{
"id" : "Quotas.RecomputeStatistics",
"label" : "Recompute quota statistics on documents, optionally only for a tenant, user or path",
"category" : "Quotas",
"requires" : null,
"description" : null,
"url" : "Quotas.RecomputeStatistics",
"signature" : [ "void", "string" ],
"params" : [ {
"name" : "path",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "tenantId",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "updaterName",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "username",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}